-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all: remove the repetitive word "the" #35975
Conversation
Signed-off-by: cui fliter <[email protected]>
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
This pull request is now in conflicts. Could you fix it? 🙏
|
Signed-off-by: cui fliter <[email protected]>
Done. Please review again. |
@cuishuang Can you please run |
Hello, I executed make check but reported the following error
|
Yeah, run |
Signed-off-by: cui fliter <[email protected]>
Done. Please review again. |
friendly ping~ |
@cuishuang Can you check why golangci-lint is failing? Otherwise, changes look good to me. |
I checked the relevant error reports and got the reason: golangci-lint in the workflow will detect the files that have been modified this time. I changed winlogbeat/sys/winevent/event_test.go, this file contains a piece of information in Spanish, and the variable mensajeEnEspañol contains non-ascii characters (Español means Spanish); in addition, comando in the text is considered to be misspelled (It's not wrong actually, it means "command" in Spanish). I guess golangci-lint may have been added after this information, so there was no error message at that time. I think it can be ignored |
This pull request is now in conflicts. Could you fix it? 🙏
|
Signed-off-by: cui fliter <[email protected]>
@@ -32,5 +32,5 @@ func init() { | |||
// AssetFieldsYml returns asset data. | |||
// This is the base64 encoded zlib format compressed contents of fields.yml. | |||
func AssetFieldsYml() string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey. Why *.go files are touched? I see some more files are modified and in some unexpected parts.
@@ -1,36 +0,0 @@ | |||
// Licensed to Elasticsearch B.V. under one or more contributor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why full file removed?
@@ -19,5 +19,5 @@ func init() { | |||
// AssetFieldsYml returns asset data. | |||
// This is the base64 encoded zlib format compressed contents of fields.yml. | |||
func AssetFieldsYml() string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also not right. Read my first comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like too much time has been spent and this submission is of little value.
Feel sorry, I hope other developers can submit a new PR based on this.
What does this PR do?
To ensure grammatical correctness, it is recommended to remove repetitive instances of the word "the" in sentences.
Why is it important?
Fixes grammatical errors.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.